source/jwt/jwt.d(22,24): Error: cast from `string` to `ubyte[]` not allowed in safe code source/jwt/jwt.d(121,41): Error: `@safe` function `jwt.jwt.Claims.getArray` cannot call `@system` function `std.json.JSONValue.array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(324,38): `std.json.JSONValue.array` is declared here source/jwt/jwt.d(141,42): Error: `@safe` function `jwt.jwt.Claims.getObject` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(201,44): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names source/jwt/jwt.d(232,9): Error: `@safe` function `jwt.jwt.Claims.iss` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(251,9): Error: `@safe` function `jwt.jwt.Claims.sub` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(269,9): Error: `@safe` function `jwt.jwt.Claims.aud` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(287,9): Error: `@safe` function `jwt.jwt.Claims.exp` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(305,9): Error: `@safe` function `jwt.jwt.Claims.nbf` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(323,9): Error: `@safe` function `jwt.jwt.Claims.iat` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(341,9): Error: `@safe` function `jwt.jwt.Claims.jit` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here source/jwt/jwt.d(480,28): Error: cast from `ubyte[]` to `string` not allowed in safe code source/jwt/jwt.d(488,21): Error: cast from `ubyte[]` to `string` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.